'Declaration Public Overloads Shared Function FromArray( _ ByVal fontData() As System.Byte, _ ByVal fullFontName As System.String _ ) As Font
public static Font FromArray( System.byte[] fontData, System.string fullFontName )
Parameters
- fontData
- The byte array with the font data.
- fullFontName
- The full font name to be loaded.
Return Value
The newly created font.